home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 20 / develop 20 code / Sound Components / MewLaw / MewLaw.make < prev    next >
Encoding:
Text File  |  1994-09-08  |  499 b   |  22 lines  |  [TEXT/MPS ]

  1. #
  2. #    File:        MewLaw.make
  3. #
  4. #    Contains:    Sample sound decompression component make file
  5. #
  6. #    Written by:    Kip Olson
  7. #
  8. #    Copyright:    © 1994 by Apple Computer, Inc.
  9. #
  10.  
  11. OBJECTS = MewLaw.c.o
  12.  
  13. MewLaw ƒƒ MewLaw.make  {OBJECTS}
  14.     Link -t thng -c '????' -rn -ra =resPurgeable,resLocked -rt proc=128 -m MEWLAW ∂
  15.         {OBJECTS} ∂
  16.         -o MewLaw
  17. MewLaw.c.o ƒ MewLaw.make MewLaw.c
  18.      C -d SystemSevenOrLater -b -mc68020 -mbg off -opt full -sym off -r  MewLaw.c
  19.  
  20. MewLaw  ƒƒ MewLaw.make MewLaw.r
  21.     Rez MewLaw.r -append -o MewLaw
  22.